@charset "utf-8";
/* css 重置 */
.caseScroll ul,.caseScroll li{margin:0; padding:0; list-style:none;}
.caseScroll img{ border:0;  }
.caseScroll a{ text-decoration:none;}

/* 本例子css */
.caseScroll { width:100%; /*min-width:1318px;*/ height:553px; overflow:hidden; position:relative;}  /* 修改 高度，         修改 最少宽度【暂时不修改】 */


.caseScroll .bd{ position:relative; height:100%; z-index:0;   }
.caseScroll .bd li{ zoom:1; vertical-align:middle; width:758px;}


.caseScroll .hd {
    position: absolute;
    top: 660px;
    left: 48%;
}

.caseScroll .hd ul{ overflow:hidden; zoom:1; float:left;  }


.caseScroll .hd ul li{
    float: left;
    width: 24px;
    height: 11px;
    cursor: pointer;
    margin-right: 10px;
    background: #bfbfbf;
}

.caseScroll .hd ul li.on{
    background: #0c70bb;
}


.caseScroll .bd a.prev,
.caseScroll .bd a.next {display:block;width: 60px;height: 60px;position:absolute;cursor:pointer;background:url(/template/images/bt6.png) no-repeat;bottom: 13px;z-index: 300;}


.caseScroll .bd a.prev {
	right: 91px;
	background-position-x: -60px;
}


.caseScroll .bd a.prev:hover {
	background-position-x:0;
}


.caseScroll .bd a.next {
	right: 16px;
	background-position-x: -120px;
}

.caseScroll .bd a.next:hover {
	background-position-x: -180px;
}






/* 自行修改 */




